Uses of Enum
com.cisco.pt.ipc.enums.WirelessEncryptType
Packages that use WirelessEncryptType
Package
Description
-
Uses of WirelessEncryptType in com.cisco.pt.ipc.enums
Methods in com.cisco.pt.ipc.enums that return WirelessEncryptTypeModifier and TypeMethodDescriptionstatic WirelessEncryptTypeWirelessEncryptType.fromIntValue(int value) static WirelessEncryptTypeWirelessEncryptType.fromIntValue(Integer value) static WirelessEncryptTypeReturns the enum constant of this type with the specified name.static WirelessEncryptType[]WirelessEncryptType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of WirelessEncryptType in com.cisco.pt.ipc.sim
Methods in com.cisco.pt.ipc.sim that return WirelessEncryptTypeModifier and TypeMethodDescriptionWirelessCommon.getEncryptType()Information provided by the PKI file:Methods in com.cisco.pt.ipc.sim with parameters of type WirelessEncryptTypeModifier and TypeMethodDescriptionbooleanWirelessClientProcess.addProfile(String name, String ssid, WirelessNetworkType netType, MACAddress macAddress, WirelessAuthenType authType, WirelessEncryptType encryptType, String wepKey, String userid, String password, boolean bDHCPOn, boolean bDHCPv6On, IPAddress ipAddress, IPAddress subnet, IPAddress gateway, IPAddress DNS) Information provided by the PKI file:booleanWirelessClientProcess.setCurrentProfile(String name, String ssid, WirelessNetworkType netType, MACAddress macAddress, WirelessAuthenType authType, WirelessEncryptType encryptType, String wepKey, String userid, String password, boolean bDHCPOn, boolean bDHCPv6On, IPAddress ipAddress, IPAddress subnet, IPAddress gateway, IPAddress DNS) Information provided by the PKI file:booleanWirelessClientProcess.setCurrentProfileStringIPs(String name, String ssid, WirelessNetworkType netType, String macAddress, WirelessAuthenType authType, WirelessEncryptType encryptType, String wepKey, String userId, String password, boolean bDHCPOn, boolean bDHCPv6On, String ipAddress, String subnet, String gateway, String DNS) voidWirelessCommon.setEncryptType(WirelessEncryptType type) Information provided by the PKI file: -
Uses of WirelessEncryptType in com.cisco.pt.ipc.sim.impl
Methods in com.cisco.pt.ipc.sim.impl that return WirelessEncryptTypeModifier and TypeMethodDescriptionWirelessCommonImpl.getEncryptType()Information provided by the PKI file:Methods in com.cisco.pt.ipc.sim.impl with parameters of type WirelessEncryptTypeModifier and TypeMethodDescriptionbooleanWirelessClientProcessImpl.addProfile(String name, String ssid, WirelessNetworkType netType, MACAddress macAddress, WirelessAuthenType authType, WirelessEncryptType encryptType, String wepKey, String userid, String password, boolean bDHCPOn, boolean bDHCPv6On, IPAddress ipAddress, IPAddress subnet, IPAddress gateway, IPAddress DNS) Information provided by the PKI file:booleanWirelessClientProcessImpl.setCurrentProfile(String name, String ssid, WirelessNetworkType netType, MACAddress macAddress, WirelessAuthenType authType, WirelessEncryptType encryptType, String wepKey, String userid, String password, boolean bDHCPOn, boolean bDHCPv6On, IPAddress ipAddress, IPAddress subnet, IPAddress gateway, IPAddress DNS) Information provided by the PKI file:booleanWirelessClientProcessImpl.setCurrentProfileStringIPs(String name, String ssid, WirelessNetworkType netType, String macAddress, WirelessAuthenType authType, WirelessEncryptType encryptType, String wepKey, String userId, String password, boolean bDHCPOn, boolean bDHCPv6On, String ipAddress, String subnet, String gateway, String DNS) voidWirelessCommonImpl.setEncryptType(WirelessEncryptType type) Information provided by the PKI file: -
Uses of WirelessEncryptType in com.cisco.pt.ipc.sim.pdu
Methods in com.cisco.pt.ipc.sim.pdu that return WirelessEncryptTypeMethods in com.cisco.pt.ipc.sim.pdu with parameters of type WirelessEncryptTypeModifier and TypeMethodDescriptionvoidManagementFrame.setEncryptType(WirelessEncryptType encryptType) -
Uses of WirelessEncryptType in com.cisco.pt.ipc.sim.pdu.impl
Fields in com.cisco.pt.ipc.sim.pdu.impl declared as WirelessEncryptTypeMethods in com.cisco.pt.ipc.sim.pdu.impl that return WirelessEncryptTypeMethods in com.cisco.pt.ipc.sim.pdu.impl with parameters of type WirelessEncryptTypeModifier and TypeMethodDescriptionvoidManagementFrameImpl.setEncryptType(WirelessEncryptType encryptType)